Package: rrandvec Title: Generate Random Vectors Whose Components Sum Up to One Description: A single method implementing multiple approaches to generate pseudo-random vectors whose components sum up to one (see, e.g., Maziero (2015) ). The components of such vectors can for example be used for weighting objectives when reducing multi-objective optimisation problems to a single-objective problem in the socalled weighted sum scalarisation approach. Version: 1.0.0 Authors@R: c( person(given = "Jakob", family = "Bossek", email = "j.bossek@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4121-4668"))) Depends: R (>= 3.1.0) Imports: Rcpp, checkmate Suggests: covr, testthat, scatterplot3d License: BSD_2_clause + file LICENSE URL: https://jakobbossek.github.io/rrandvec/, https://github.com/jakobbossek/rrandvec BugReports: https://github.com/jakobbossek/rrandvec/issues Encoding: UTF-8 ByteCompile: true RoxygenNote: 7.2.3 LinkingTo: Rcpp Repository: https://jakobbossek.r-universe.dev Date/Publication: 2023-03-30 11:16:44 UTC RemoteUrl: https://github.com/jakobbossek/rrandvec RemoteRef: HEAD RemoteSha: fb465753dc10e2b7e4215f0b9d06f15749432c18 NeedsCompilation: yes Packaged: 2026-07-03 18:50:58 UTC; root Author: Jakob Bossek [aut, cre, cph] (ORCID: ) Maintainer: Jakob Bossek