-
Hi, I wanted to use this library for a game and cant seem to find a way to pass a seed to it. I want to be able to generate a world based off of a seed that a player would pass in (this would let them…
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
Not entirely my area, but this seems a bit off based on the walkthrough you posted in the documentation.
```
# calculate the blind permutations - (based purely on length and alphabet)
my $alphabet_co…
-
@jfischoff, I've been trying to update your package to work with version 4.\* of `Numeric.AD`, which introduced substantial changes to the underlying types. (In particular, reverse-mode AD now uses so…
-
it was:
```
python -c 'import scipy.stats.distributions as ssd; print dir(ssd)'
['NINF', '_EULER', '_ZETA3', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_build_rando…
-
The design of this random number generator is severely flawed. I've written about it in a [Crypto Fails post](http://www.cryptofails.com/post/72902772336/how-not-to-csprng).
In summary,
- It should r…
-
(Note: I've been divvying up this ticket into many smaller tickets and editing this description as I go along. --lvh)
- Page 35
> Knowing a bunch of (input, output) pairs shouldn’t give you any infor…
-
According to the documention, && is usable for set intersections on select() for dataframe instances.
julia> df[1:10,:]
10x5 DataFrame:
F used entropy threshold clickr…
-
Not sure why am I the only person having this error. I'm using ghc-mod from master, and since some time ago, it started having this problem:
```
Debugger entered--Lisp error: (error "Selecting delete…
k-bx updated
10 years ago
-
On commit 165e221bcc1e07195d2ca12a7145e0a25a188c2c (the latest one I believe)
The same example runs fine on Mount, but it takes 13 hours.
On Windows, it encountered "NullPointerException", message as…