Sign in
eigen
/
mirror
/
ff85966fbaef17da40b7fbdfa0786a55ad103e9e
/
.
/
doc
/
snippets
/
MatrixBase_random_int.cpp
blob: bfd3e6bb3380d8e265bca4e743389e1c855d6ec0 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
VectorXi
::
Random
(
2
)
<<
endl
;