]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/probabilistic-choice/probabilistic-choice.factor
Switch to https urls
[factor.git] / extra / rosetta-code / probabilistic-choice / probabilistic-choice.factor
index 88c44ef8746a21c00fdbbe9802bb8611054059c5..18e3fec1031cd68d2ca1e15823108f8559261188 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (c) 2012 Anonymous
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays assocs combinators.random formatting kernel
 math quotations sequences ;
 IN: rosettacode.probabilistic-choice
 
-! http://rosettacode.org/wiki/Probabilistic_choice
+! https://rosettacode.org/wiki/Probabilistic_choice
 
 ! Given a mapping between items and their required probability
 ! of occurrence, generate a million items randomly subject to the