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 15:33

//seq accepts a single argument so it can be even shorter(19bytes shell and 38 C)
#include <stdlib.h>
main(){system("seq 99|shuf&&echo 0");}
seq 99|shuf&&echo 0//

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