Open Source Computing

Week 3, Sept 9

Progress on dividing into teams

Licensing

Monday: the MIT license

Wednesday:

        Mondays

        GPLv3

echo "hello and welcome to Open Source" | shasum -a 512

python3
import numpy as np
from randomgen import ChaCha
rg=np.random.Generator(ChaCha(seed=0x1234567, rounds=20))    # use the seed from above
# now rg.integers(N) chooses a good random value between 0 and N-1