Changeset 15113 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 07/03/17 15:16:44 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.IGraph-0.8.0-pre.csproj
r14826 r15113 77 77 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 78 78 </Content> 79 <Content Include="Version.txt" /> 79 80 </ItemGroup> 80 81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/Wrappers/Graph.cs
r14247 r15113 57 57 public void SetSeed(uint seed) { 58 58 DllImporter.igraph_rng_seed(seed); 59 }60 61 public int RandomInteger(int inclLower, int inclUpper) {62 return DllImporter.igraph_rng_get_integer(inclLower, inclUpper);63 59 } 64 60
Note: See TracChangeset
for help on using the changeset viewer.