Exemple #1
0
 public NekoXCode(uint init_key)
 {
     m_seed    = init_key;
     m_random  = InitTable(init_key);
     m_program = new SimdProgram(init_key);
 }
Exemple #2
0
 public NekoXCode(uint init_key)
 {
     m_random = InitTable (init_key);
     m_program = new SimdProgram (init_key);
 }