Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

PROG CHALLENGE A NEW BEGINNING

Name: Anonymous 2021-01-29 21:35

Actual programming challenge:
Write a program that generates random numbers 0-99 incl and prints them to stdout using any fixed separator. It stops when it emits a 0 (zero).
Any distribution is ok as long as the numbers are not trivially predictable and each number has a provable nonzero weight.

Shortest program wins. No jerkoff languages. Deadline is 1feb2020 noon Z time.

Name: Anonymous 2021-01-30 4:08

seq 0 99 | sort -R

Name: Anonymous 2021-01-30 4:11

Shortest wins? I forgot to use Cudder's awesome trick of ditching whitespace chars.
seq 0 99|shuf

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List